Auto merge of #5184 - matklad:delegate-debug, r=Eh2406
authorbors <bors@rust-lang.org>
Thu, 15 Mar 2018 11:39:41 +0000 (11:39 +0000)
committerbors <bors@rust-lang.org>
Thu, 15 Mar 2018 11:39:41 +0000 (11:39 +0000)
Delegate debug implementation for InternedString

Let's make `InternedString` debug implementation the same as for `String` / `str`? It's more concise, which helps when you debug printing other stuff, like `eprintln!("id = {:?}", a_package_id)`.


Trivial merge